home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / Audio-video / audials / audialsTV-setup.exe / [0] / settings.css < prev    next >
Text (UTF-16)  |  2008-03-13  |  1KB  |  37 lines

  1. body
  2. {
  3.     width:300px;
  4.     height:400px;
  5.     margin:0px;
  6. }
  7. #allChannels
  8. {
  9.     font-size: 11px;
  10.     font-family: Tahoma;
  11.     overflow: scroll;
  12. }
  13. div#content
  14. {
  15.     margin-top: 0px;
  16.     margin-left: 0px;
  17.     width: 300px;
  18.     height: 330px;
  19.     font-family: Segeo UI, Tahoma, Sans-Serif;
  20.     font-size: 11px;
  21.     color: black;
  22.     text-align: left;
  23.     overflow: auto;
  24.     background-color: window;
  25. }
  26.  
  27. div#about {
  28.     height: 50px;
  29.     margin-top: 10px;
  30.     margin-bottom: 10px;
  31. }
  32. div#about .p1 {
  33.     margin-bottom: 0px;
  34. }
  35. div#about .p2 {
  36.     margin-top: 5px;
  37. }